HIDE LIMB

This command will hide the specified limb within the 3D object.

  Syntax
HIDE LIMB Object Number, Limb Number
  Parameters
Object Number
Integer
The object number
Limb Number
Integer
The limb number

  Returns

This command does not return a value.

  Example Code
sync on : sync rate 60 : hide mouse:cls 0
ObjectNumber=1
LimbNumber=7
rem Load object
load object "model.x",ObjectNumber
load image "iron.jpg",1
while mouseclick()=0
set cursor 0,0
print "1=hide limb"
if inkey$()="1" then hide limb ObjectNumber,LimbNumber
print "2=show limb"
if inkey$()="2" then show limb ObjectNumber,LimbNumber
sync
endwhile
delete object ObjectNumber
delete image 1
end
  See also

BASIC3D Commands Menu
Index